From: Luca BRUNO Date: Tue, 17 Nov 2020 10:50:56 +0000 (+0000) Subject: configure: post-release version bump X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~5^2~35^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3c3651417cca082a09d8a86195b0110c08fe3fc2;p=ostree.git configure: post-release version bump --- diff --git a/configure.ac b/configure.ac index 088acc3d..758fc49e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,10 +7,10 @@ dnl Seed the release notes with `git-shortlog-with-prs ..`. Th dnl `git-evtag` to create the tag and push it. Finally, create a GitHub release and attach dnl the tarball from `make dist`. m4_define([year_version], [2020]) -m4_define([release_version], [8]) +m4_define([release_version], [9]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) -is_release_build=yes +is_release_build=no AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux])